|
FEXP Solver Manager - Common Library
1.0.0.0
|
Write data to a text file.
More...


Public Member Functions | |
| FEXPFileWriter (string fpath, object[] @parameters) | |
| async Task< bool > | StartAsync () |
Starts action of writeing to a file. More... | |
Write data to a text file.
| TInData | : | class | |
| TInData | : | IWriteFileData | |
| TInData | : | new() |
| FEXPEnterpriseCommonLibrary.FEXPFileWriter< TInData >.FEXPFileWriter | ( | string | fpath, |
| object @ [] | parameters | ||
| ) |
| async Task<bool> FEXPEnterpriseCommonLibrary.FEXPFileWriter< TInData >.StartAsync | ( | ) |
Starts action of writeing to a file.
Implements FEXPEnterpriseCommonLibrary.IFileProcess.